home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / utilstem / autopc / hostkeys.lit < prev    next >
Text File  |  1992-08-26  |  2KB  |  61 lines

  1.  
  2.                    HOSTKEYS
  3.  
  4.     HOSTKEYS will save you time and effort controlling your 3270 terminal
  5.     sessions.  HOSTKEYS automates mainframe 3270 terminal sessions by
  6.     processing easy to define script files.  HOSTKEYS works with all 3270
  7.     emulation products that support IBM compatible HLLAPI (High Level
  8.     Language Application Program Interface).
  9.  
  10.     HOSTKEYS is a communication option of AUTO-PC, another product from
  11.     Logical Business Systems, Inc.    HOSTKEYS is available as shareware.
  12.     With AUTO-PC, calls to HOSTKEYS can be scheduled for unattended
  13.     processing.
  14.  
  15.     The following are samples of HOSTKEYS commands:
  16.  
  17.      C: -> Check 3270 screen for a string.
  18.            Format:     C:ROW,COLUMN,'STRING',TIMER,LABEL
  19.  
  20.      E: -> Error Exit, return DOS errorlevel indicator.
  21.            Format:     E:
  22.  
  23.      G: -> GOTO LABEL
  24.            Format:     G:LABEL
  25.  
  26.      H: -> HOTKEY (Toggle between PC session and Host session)
  27.            Format:      H:
  28.  
  29.      I: -> Read/Write 3270 screens to/from DOS files.
  30.            Formats:   I:O,FILENAME.EXT,MODE       (OPEN)
  31.               I:C,FILENAME.EXT          (CLOSE)
  32.               I:R,FILENAME.EXT,EOF_LABEL      (READ)
  33.               I:W,FILENAME.EXT,OPTIONS      (WRITE)
  34.  
  35.      K: -> Send keystrokes to host.
  36.            Format:     K:( Keystrokes Go Here )
  37.  
  38.      L: -> LABEL
  39.            Format:     L:LABEL NAME
  40.  
  41.      P: -> PAUSE
  42.            Format:     P:HALF SECONDS
  43.  
  44.      S: -> Search 3270 screen for a string.
  45.            Format:     S:ROW,COLUMN,'STRING',TIMER,LABEL
  46.  
  47.      T: -> File Transfer
  48.            Format:     T:TYPE,ACTUAL FILE TRANSFER COMMAND
  49.                TYPE = S for a SEND to HOST
  50.                   R for a RECEIVE from HOST
  51.  
  52.      W: -> WAIT for XCLOCK or XSYSTEM.
  53.            Format:     W:
  54.  
  55.      *: -> Comment
  56.            Format:     *:Comments are placed here and will be displayed in
  57.                PC session screen.
  58.  
  59.  
  60.  
  61.